Update proto v0.5.0#1230
Merged
MrAlias merged 8 commits intoopen-telemetry:masterfrom Oct 9, 2020
Merged
Conversation
added 5 commits
October 6, 2020 09:48
In this change: - MetricDescriptor is no longer a member of the metric - splitting Sum, Gauge, Histogram by Int/Float - SummaryDataPoints are no longer around, MinMaxSumCount is now a Histogram
Codecov Report
@@ Coverage Diff @@
## master #1230 +/- ##
========================================
- Coverage 76.9% 76.8% -0.2%
========================================
Files 130 130
Lines 5761 5832 +71
========================================
+ Hits 4435 4479 +44
- Misses 1078 1105 +27
Partials 248 248
|
MrAlias
approved these changes
Oct 8, 2020
Aneurysm9
approved these changes
Oct 8, 2020
jmacd
approved these changes
Oct 8, 2020
Move changes to the Unreleased section. This is to account for the recent release.
Merged
AzfaarQureshi
pushed a commit
to open-o11y/opentelemetry-go
that referenced
this pull request
Dec 3, 2020
* Updating version of OTLP to 0.5.0 * updating trace transform to use latest protos * update otlp span test * forgot one test * finishing the rest of the implementation In this change: - MetricDescriptor is no longer a member of the metric - splitting Sum, Gauge, Histogram by Int/Float - SummaryDataPoints are no longer around, MinMaxSumCount is now a Histogram * update changelog * Update CHANGELOG.md Move changes to the Unreleased section. This is to account for the recent release. Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1123
This PR updates the version of the proto definitions to v0.5.0.
Changes in the trace definitions:
Changes in the metrics definitions: